/* 侧边悬浮样式 */
.com-sidebar {
    position: fixed;
    z-index: 999;
    right: 12px;
    top: 50%;
    margin-top: -75px;
    width: 50px;
    height: 150px;
    background-color: #007471;
  }
  .com-sidebar li {
    padding-top: 10px;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
  }
  .com-sidebar li:hover {
    background-color: #005555;
  }
  .com-sidebar li .item {
    width: 50px;
    text-align: center;
  }
  .com-sidebar li .item img {
    width: 28px;
    height: 28px;
  }
  .com-sidebar li .tbox {
    width: 290px;
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    opacity: 0;
  }
  .com-sidebar li .tbox1 {
    height: 102px;
  }
  .com-sidebar li .tbox2 {
    height: 230px;
  }
  .com-sidebar li .xxbox {
    width: 243px;
    height: 280px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
    padding-left: 30px;
      -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  }
  .com-sidebar li .xxbox:after,
  .com-sidebar li .pbox:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 16px;
    right: -14px;
  }
  .com-sidebar li .xxbox .tit {
    padding-top: 23px;
  }
  .com-sidebar li .xxbox .tit img {
    width: 20px;
    height: 21px;
    margin-right: 8px;
  }
  .com-sidebar li .xxbox .tit .word {
    font-size: 16px;
    color: #333;
    line-height: 21px;
  }
  .com-sidebar li .xxbox .cont {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 5px;
  }
  .com-sidebar li .pbox {
    width: 243px;
    height: 230px;
    padding-left: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
      -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
  }
  .com-sidebar li .pbox .tit {
    padding: 21px 0 5px 0;
    line-height: 28px;
    font-size: 15px;
    color: #333;
  }
  .com-sidebar li .pbox .tit a {
    color: #007471;
  }
  .com-sidebar li .pbox .tis {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-bottom: 17px;
  }
  .com-sidebar li .pbox .insome {
    width: 167px;
    height: 38px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .com-sidebar li .pbox .insome input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
  }
  .com-sidebar li .pbox .insome input::-ms-input-placeholder {
    color: #999;
  }
  .com-sidebar li .pbox .insome input::-webkit-input-placeholder {
    color: #999;
  }
  .com-sidebar li .pbox .btn {
    width: 170px;
    height: 40px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#ff7928), to(#fd924b));
    background: linear-gradient(90deg, #ff7928 0%, #fd924b 100%);
  }
  
/*智齿客服样式*/
.zc-kefu {
    position: fixed;
    bottom: 0;
    right: 3px;
    z-index: 999999999;
    width: 178px;
    height: 135px;
    background: url(img/im_lady.png) no-repeat center top;
    cursor: pointer;
    font-size: 0;
}
.zc-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 178px;
    height: 39px;
    background: url(img/im_anniu.png) no-repeat center center;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 39px;
}
.zc-cir {
    position: absolute;
    bottom: 30px;
    left: 13px;
    width: 23px;
    height: 23px;
    background: url(img/im_pop.png) no-repeat center center;
}